home *** CD-ROM | disk | FTP | other *** search
/ DOS Vuser Deluxe 2003 October / DOS Vuser Deluxe 2003 Oct - Disc 1.iso / SKIN / ember.wmz / ember.wms < prev    next >
Text File  |  2002-01-03  |  2KB  |  104 lines

  1. <THEME
  2. author=".: xaphan :."
  3. authorVersion = "1.0"
  4. title = "ember"
  5. Copyright = "⌐2002 acid.quadrent.net">
  6.     <VIEW
  7.         clippingColor = "#ff00ff"
  8.         backgroundImage = "ember.bmp"
  9.         titleBar = "false"
  10.         >
  11.         
  12.         <EFFECTS
  13.             id = "myeffects"
  14.             top = "199"
  15.             left = "76"
  16.             width = "95"
  17.             height = "95"
  18.             clippingImage = "viz.bmp"
  19.         />
  20.  
  21.             <BUTTONGROUP
  22.                 mappingImage = "map.bmp"
  23.                 downImage="push.bmp"
  24.                 hoverImage = "hover.bmp"
  25.                 > 
  26.  
  27.                 <BUTTONELEMENT
  28.                     mappingColor = "#0000FF"
  29.                     upToolTip = "Exit WMP"
  30.                     onClick = "JScript: view.close;"
  31.                 />
  32.  
  33.                 <NEXTELEMENT
  34.                     upToolTip = "Next File"
  35.                     mappingColor = "#00FF00"
  36.                     downImage="push.bmp"
  37.                     />
  38.  
  39.                 <PREVELEMENT
  40.                     upToolTip= "Previous File"
  41.                     mappingColor= "#FF0000"
  42.                     downImage="push.bmp"
  43.                     />
  44.                 
  45.                 <BUTTONELEMENT
  46.                     mappingColor = "#FF00FF"
  47.                     upToolTip = "Open File"
  48.                     onClick = "JScript:player.URL=theme.openDialog('FILE_OPEN','FILES_ALL');"
  49.                     />
  50.  
  51.                 <PLAYELEMENT
  52.                     hoverImage = "hover.bmp"
  53.                     mappingColor = "#FFFF00"
  54.                 />
  55.  
  56.                 <STOPELEMENT
  57.                     mappingColor = "#000000"
  58.                  />
  59.                 
  60.                 <BUTTONELEMENT
  61.                     mappingColor= "#00FFFF"
  62.                     upToolTip = "Artist Site: : xAphAn :"
  63.                     onClick = "player.launchURL('http://acid.quadrent.net'); "
  64.                 />
  65.         </BUTTONGROUP>
  66.         <BUTTONGROUP
  67.             mappingImage = "map.bmp"
  68.             downImage= "push.bmp">
  69.                 <BUTTONELEMENT
  70.                     sticky="true"
  71.                     upToolTip="Toggle Visualization"
  72.                     downToolTip="Toggle Visualization"
  73.                     onClick="JScript:Vistoggle();"
  74.                     mappingColor="#FF8800" 
  75.                 />
  76.  
  77.         </BUTTONGROUP>
  78.  
  79.         <CURRENTPOSITIONTEXT
  80.             left = "240"
  81.             top = "112"
  82.             width = "100"
  83.             justification = "center"
  84.             fontSize= "9"
  85.             fontStyle = "Bold"
  86.             fontFace="Verdana"
  87.             />
  88.  
  89.     <text  
  90.      left="247" top="96" width="86" height="13" fontSize="9"
  91.      scrolling="true" 
  92.      scrollingAmount="1" 
  93.      scrollingDirection="left" 
  94.      zIndex="1" 
  95.      visible="true" 
  96.      fontStyle="bold"
  97.      fontSmoothing="true" 
  98.      fontFace="Verdana"
  99.      toolTip="wmpprop:player.currentmedia.name"      
  100.      value="wmpprop:player.currentmedia.name" 
  101.      justification="left">
  102. </text>
  103.     </VIEW>
  104. </THEME>